Release 10.1A: OpenEdge Development:
ADM Reference
{get} and {set} pseudo-functions
In addition to the conventional
getandsetfunctions, the ADM supports a pseudo-function syntax for use in super-procedure files particularly. These pseudo-functions are implemented by the include filesgetandset(notget.iorset.i) located in thettyandguidirectories.A call to
{get}takes one of the following forms:
Where
propnameis the property name in theTARGET-PROCEDUREobject andreturnvaris the variable into which the value is to be returned. If the property does not belong to theTARGET-PROCEDUREobject, provide the appropriate handle inownerhandle.The
{set}syntax is very similar:
The only difference between
{get}and{set}syntax is that the second{set}argument is the new value for the property.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |